home *** CD-ROM | disk | FTP | other *** search
/ Aircraft Imagery / Aircraft Imagery.iso / autorun / prdi.dfm / prdi.txt
Text File  |  1996-03-13  |  2KB  |  89 lines

  1. object priDial: TpriDial
  2.   Left = 288
  3.   Top = 119
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Print Dialog'
  7.   ClientHeight = 282
  8.   ClientWidth = 209
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 24
  18.     Top = 104
  19.     Width = 169
  20.     Height = 121
  21.     Shape = bsFrame
  22.     IsControl = True
  23.   end
  24.   object Label1: TLabel
  25.     Left = 16
  26.     Top = 9
  27.     Width = 177
  28.     Height = 80
  29.     AutoSize = False
  30.     Caption = 
  31.       '     This Dialog will print out all the images name in three sty' +
  32.       'le for you to search easily !'
  33.     Font.Color = clBlue
  34.     Font.Height = -16
  35.     Font.Name = 'Arial'
  36.     Font.Style = [fsBold]
  37.     ParentFont = False
  38.     Transparent = True
  39.   end
  40.   object OKBtn: TBitBtn
  41.     Left = 16
  42.     Top = 236
  43.     Width = 77
  44.     Height = 27
  45.     TabOrder = 0
  46.     OnClick = OKBtnClick
  47.     Kind = bkOK
  48.     Margin = 2
  49.     Spacing = -1
  50.     IsControl = True
  51.   end
  52.   object CancelBtn: TBitBtn
  53.     Left = 108
  54.     Top = 236
  55.     Width = 77
  56.     Height = 27
  57.     TabOrder = 1
  58.     OnClick = CancelBtnClick
  59.     Kind = bkCancel
  60.     Margin = 2
  61.     Spacing = -1
  62.     IsControl = True
  63.   end
  64.   object c1: TRadioButton
  65.     Left = 46
  66.     Top = 115
  67.     Width = 113
  68.     Height = 17
  69.     Caption = ' In One Column'
  70.     TabOrder = 2
  71.   end
  72.   object c2: TRadioButton
  73.     Left = 46
  74.     Top = 155
  75.     Width = 113
  76.     Height = 17
  77.     Caption = ' In Two Columns'
  78.     TabOrder = 3
  79.   end
  80.   object c3: TRadioButton
  81.     Left = 46
  82.     Top = 195
  83.     Width = 113
  84.     Height = 17
  85.     Caption = ' In Three Columns'
  86.     TabOrder = 4
  87.   end
  88. end
  89.